home *** CD-ROM | disk | FTP | other *** search
/ Mac-Source 1994 July / Mac-Source_July_1994.iso / Apple Script / scripts / LEVEL 6 Scripts Vol 1 / Read Me LEVEL 6 Scripts Vol 1
Text File  |  1994-03-04  |  3KB  |  49 lines

  1. This is a collection of AppleScript scripts for use with OSA Menu INIT. OSA Menu INIT places a "Scripts" menu in the menubar. Some scripts require the scriptable Finder. Necessary third party OSAXen are included.
  2.  
  3. Calc Folder Size On/Off
  4. Toggles the "Show folder sizes" option (Views cdev) on and off. Requires scriptable Finder. See script for more information. 
  5.  
  6. Convert to SD archive
  7. Example script: Converts compressed files hilighted in the Finder to Stuffit Deluxe files. Requires StuffIt Converter, and scriptable Finder. Requires editing. See script for more information.
  8.  
  9. File Path to Clipboard
  10. Puts the paths of the selected items (in the Finder) on the clipboard. For use with OSA Menu INIT & scriptable Finder. See script for more information. 
  11.  
  12. Remove '.sea' code
  13. Example script: Removes self-extracting archive code from hilighted files in the Finder. Requires scriptable Finder and DeSEA program. Requires editing. See script for more information.
  14.  
  15. Reveal Original
  16. Reveals an alias's parent. Requires OSA Menu and scriptable Finder. See script for more information.
  17.  
  18. Append to Clippings file
  19. Appends text on clipboard to a "clippings file." Requires the OSA Menu INIT & AppleScript 1.1. See script for more info.
  20.  
  21. Clipboard to Scrapbook
  22. Pastes the clipboard into the Scrapbook file without opening the scrapbook. For use with OSA Menu INIT. See script for more information.
  23.  
  24. TouchBase Lookup
  25. Takes text on the clipboard, opens TouchBase Pro and does a look up on that text. First it looks for a company name matching that text, and if that fails it looks for a person with a first, last, or entire name that matches the clipboard. See script for more information. 
  26.  
  27. These scripts may be freely distributed, except that permission must be obtained 
  28. for inclusion with any commericial product.
  29.  
  30. This script is © 1994, LEVEL 6 Computing, All rights reserved
  31. LEVEL 6 Computing
  32. 22647 Ventura Blvd., Suite 201
  33. Woodland Hills, CA 91364
  34. (818) 888-0675
  35. AOL: LEVEL 6; Alink: LEVEL.6; CIS: 73707,570
  36.  
  37.  
  38. OSAXen
  39. Clipboard
  40. By Jon Pugh. This is a beta - supposedly to be released with AppleScript someday. Puts and gets the clipboard. Available on AppleLink in the AppleScript forum.
  41.  
  42. Processes.ST
  43. From Mark Alldritt's Script Tools 1.3. Gets the frontmost process. The entire set is available on AppleLink in the AppleScript forum.
  44.  
  45. Scrapbook XCMD
  46. The XCMD osax is a big bag of HyperCard XCMDs and XFCNs adapted in osax format. Cool! I took the XCMD osax and trimmed it down to just this to save download time. The XCMD osax is available on Applelink in the AppleScript forum.
  47.  
  48.  
  49.